←Select platform

RetrieveAll<T> Method

Summary

Retrieves all item with the specified type.

Syntax

C#
VB
C++
public static IEnumerable<T> RetrieveAll<T>() 
  
Public Shared Function RetrieveAll(Of T)() As IEnumerable(Of T) 
public: 
static IEnumerable<T^>^ RetrieveAllgeneric<typename T> 
();  

Type Parameters

T
They type to retrieve.

Return Value

The new child container.

Remarks

A child container shares the parent's configuration, but can be configured with different settings or lifetime.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly